home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 41 / Amiga Format CD41 (1999-06)(Future Publishing)(GB)[!][issue 1999-07].iso / -screenplay- / otherstuff / jst_dev / installwizard / installer-parts / copy-floppy < prev    next >
Text File  |  1999-04-20  |  328b  |  15 lines

  1.  
  2.     (askdisk
  3.       (prompt ("\n\n\n\n\n\nPlease insert %s disk %lc in any drive" @app-name #diskno))
  4.       (dest      #currentdisk)
  5.       (help      ("Insert disk %lc in any drive or you'll wait for a while!" #diskno) )
  6.     )
  7.  
  8.     (copyfiles (source ("%s:%srcsubdir%" #currentdisk))
  9.            (dest @default-dest)
  10.        (all)
  11.     )
  12.  
  13.  
  14. ;; end copy floppies
  15.